home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / SS24DRV.ZIP / SS24DRVA.ZIP / DRIVERS.EXE / SS24 / DRIVERS.MNU < prev    next >
Text File  |  1992-04-24  |  1KB  |  72 lines

  1. ENTRY     "Windows 3.0/3.1", win.inf
  2.     begin
  3.     DISPLAY    setup.hlp
  4.     end
  5.  
  6. ENTRY     "ADI 4.0", adi40.inf
  7.     begin
  8.     CD   %Exe_Path\ADI40
  9.     CALL dldsetup.exe
  10.     CD   %Exe_Path
  11.     DISPLAY     adinote.hlp
  12.     end
  13.  
  14. ENTRY     "ADI 4.1", adi41.inf
  15.     begin
  16.     CD   %Exe_Path\ADI41
  17.     CALL dldsetup.exe
  18.     CD   %Exe_Path
  19.     DISPLAY     adinote.hlp
  20.     end
  21.  
  22. ENTRY     "GEM v2.2", gem22.inf
  23.     begin
  24.     DISPLAY     gem22.hlp
  25.     end
  26.  
  27.  
  28. ENTRY     "GEM/3 v3.0 3.1", gem30.inf
  29.     begin
  30.     DISPLAY     gem30.hlp     
  31.     end
  32.  
  33. ENTRY     "Ventura Publisher", ventura.inf
  34.     begin
  35.     INPUT     "Enter the full path of the Ventura Publisher directory:  "; PATH, %ven_dir
  36.     IF   %ven_dir
  37.         begin
  38.         CALL     copy %Exe_Path\GEM\SD*.* %ven_dir
  39.         DISPLAY  ventura.hlp
  40.         end
  41.     end
  42.  
  43. ENTRY     "Lotus 1-2-3", lotus123.inf
  44.     begin
  45.     INPUT     "Enter the full path of your Lotus 1-2-3 directory:  "; PATH, %123_dir
  46.     IF   %123_dir
  47.         begin
  48.         CALL     copy %Exe_Path\LOTUS\*.drv %123_dir
  49.         DISPLAY  %Exe_Path\lotus123.hlp  
  50.         end
  51.     end
  52.  
  53. ENTRY     "WordPerfect 5.0", word0.inf
  54.     begin
  55.     INPUT     "Enter the full path of your WordPerfect 5.0 directory:  "; PATH, %wp0_dir
  56.     IF   %wp0_dir
  57.         begin
  58.         CALL copy %Exe_Path\WP\*.WPD %wp0_dir
  59.         DISPLAY  word0.hlp
  60.         end
  61.     end
  62.  
  63. ENTRY     "WordPerfect 5.1", wordp.inf
  64.     begin
  65.     INPUT     "Enter the full path of your WordPerfect 5.1 directory:  "; PATH, %wp_dir
  66.     IF   %wp_dir
  67.         begin
  68.         CALL copy %Exe_Path\WP\*.VRS %wp_dir
  69.         DISPLAY  wordp.hlp
  70.         end
  71.     end
  72.